Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.runtime.EventService

Documentation

An event notification service. Notifications are grouped by topics.

Implementation

Class: org.nuxeo.runtime.services.event.EventService

Services

Extension Points

XML Source

<?xml version="1.0"?>

<component name="org.nuxeo.runtime.EventService" version="1.0">
  <documentation>
  An event notification service. Notifications are grouped by topics.
  @author Bogdan Stefanescu (bs@nuxeo.com)
  </documentation>

  <implementation class="org.nuxeo.runtime.services.event.EventService"/>

  <service>
	  <provide interface="org.nuxeo.runtime.services.event.EventService" />
  </service>


  <extension-point name="listeners">
    <documentation>Enable clients to register event listeners to one or more topics</documentation>
    <object class="org.nuxeo.runtime.services.event.ListenerDescriptor"/>
  </extension-point>

</component>